home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / util / arc / GNUtar15.lha / GNUtar / source.LHA / source / sasinclude / utime.h < prev   
Encoding:
C/C++ Source or Header  |  1995-09-16  |  109 b   |  11 lines

  1. #ifndef _UTIME_H
  2. #define _UTIME_H
  3.  
  4. struct utimbuf
  5. {
  6.   long actime;
  7.   long modtime;
  8. };
  9.  
  10. #endif /* _UTIME_H */
  11.